luci-app-frpc: correct prop name 'subdomain'
authorHuang-Huang Bao <[email protected]>
Tue, 28 Jul 2020 14:56:50 +0000 (22:56 +0800)
committerJo-Philipp Wich <[email protected]>
Sat, 12 Jun 2021 17:19:03 +0000 (19:19 +0200)
Signed-off-by: Huang-Huang Bao <[email protected]>
(cherry picked from commit de9f21cb8c8c056566d3390c93bd72aef9efde7a)

applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js

index a103563b6ab81007224b239195daa9fc3c0b2f04..11385b469d161ee58e66268681eeb8f9901cfeab 100644 (file)
@@ -51,7 +51,7 @@ var bindInfoConf = [
 
 var domainConf = [
        [form.Value, 'custom_domains', _('Custom domains')],
-       [form.Value, 'sub_domain', _('Subdomain')],
+       [form.Value, 'subdomain', _('Subdomain')],
 ];
 
 var httpProxyConf = [